net/http.http2serverConn.maxClientStreamID (field)

9 uses

	net/http (current package)
		h2_bundle.go#L4602: 	maxClientStreamID           uint32 // max ever seen from client (odd), or 0 if there have been no client requests
		h2_bundle.go#L4704: 		if streamID <= sc.maxClientStreamID {
		h2_bundle.go#L5416: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L5550: 			if id := res.f.Header().StreamID; id > sc.maxClientStreamID {
		h2_bundle.go#L5551: 				sc.maxClientStreamID = id
		h2_bundle.go#L5582: 	if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
		h2_bundle.go#L6032: 	if id <= sc.maxClientStreamID {
		h2_bundle.go#L6035: 	sc.maxClientStreamID = id
		h2_bundle.go#L6110: 	sc.maxClientStreamID = id